[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Number of items in this view.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
public override sealed int Count{ get;} |
| Visual Basic (Declaration) |
|---|
Public Overrides NotOverridable ReadOnly Property Count As Integer |
| Visual C++ |
|---|
public:
virtual property int Count {
int get () override sealed;
} |
Field Value
Number of items that lie within the bounds the view.
See Also